home *** CD-ROM | disk | FTP | other *** search
- object CaseBox: TCaseBox
- Left = 209
- Top = 129
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Change Case...'
- ClientHeight = 96
- ClientWidth = 192
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object radio: TRadioGroup
- Left = 4
- Top = 0
- Width = 101
- Height = 92
- ItemIndex = 0
- Items.Strings = (
- 'Upper Case'
- 'Lower Case'
- 'Toggle Case')
- TabOrder = 0
- end
- object Button1: TButton
- Left = 113
- Top = 6
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object Button2: TButton
- Left = 113
- Top = 36
- Width = 75
- Height = 25
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- end
-